-
Notifications
You must be signed in to change notification settings - Fork 246
DRIVERS-3131: No explicitly provided properties with MONGODB-AWS #1847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
cb6a6eb
to
30808eb
Compare
source/auth/tests/mongodb-aws.md
Outdated
Drivers MUST test the following scenarios: | ||
|
||
1. `Regular Credentials`: Auth via an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` pair | ||
1. `Regular Credentials`: Auth via an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` pair *Removed* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we still want to test this with env vars?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is now fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you by any chance forget to push this change?
This has been fixed. |
source/auth/tests/mongodb-aws.md
Outdated
Drivers MUST test the following scenarios: | ||
|
||
1. `Regular Credentials`: Auth via an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` pair | ||
1. `Regular Credentials`: Auth via an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` pair *Removed* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you by any chance forget to push this change?
#1847 (comment) Yes, just pushed. |
Removes supplying credentials for MONGODB-AWS in the URI or client options in the auth spec and adds new tests.
Tools changes: mongodb-labs/drivers-evergreen-tools#691
Node implementation: mongodb/node-mongodb-native#4689
Please complete the following before merging:
clusters).